home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_628 / set040 / utilities / kickspeed.doc < prev    next >
Text File  |  1992-05-06  |  3KB  |  72 lines

  1.  
  2. PROGRAM  
  3.                 KICKSPEED
  4.                                 
  5. FUNCTION        To show the difference in speed when reading kickstart
  6.                 with and without the 32 bit RAM remap.  It reads the
  7.                 entire kickstart 10 times and displays the time result.
  8.  
  9. SOURCE          Written in 100% assembler using Macro68
  10.  
  11. DOCUMENT FILE   The spelling in this document file is in Australian,
  12.                 so please stop sending messages on the spelling of
  13.                 my document files. :-)
  14.                 
  15. AUTHOR          Nic Wilson
  16.                 Nic Wilson Software
  17.                 138d South Street
  18.                 TOOWOOMBA QUEENSLAND 4350
  19.                 Australia
  20.                                 
  21.                 EMAIL cbmvax!cbmaus!wilson!nic
  22.                  
  23.                   or  cbmehq!cbmaus!wilson!nic
  24.                   
  25.                 TELEPHONE +61 76 358539 After Hours Australian Time
  26.                           +61 76 358384 Work  Hours Australian Time
  27.                 FAX       Same as Work Telephone
  28.                             
  29. COPYRIGHT       This program, source code & document files are Copyright
  30.                 © Nic Wilson Software 1991.
  31.                 
  32. DISTRIBUTION    As per the Set040 documentation, as this program may
  33.                 only be distributed as part of the Set040 archive.
  34.  
  35. REQUIREMENTS
  36.                    
  37.                 Any Amiga
  38.                 
  39. OTHER INFO
  40.                 This program was written and tested on an Amiga
  41.                 A3000 with a Progressive Peripherals & Software
  42.                 68040 card. 
  43.                  
  44.                 
  45. USAGE           KICKSPEED
  46.  
  47.                 result = Time in ticks to read kickstart 10 times
  48.                 
  49.                 1 tick = 1 50th second PAL
  50.                          1 60th second NTSC
  51.  
  52. IMPROVEMENTS/BUGS
  53.  
  54.                 All suggestions will be carefully considered.
  55.                 All bugs will be fixed A.S.A.P.
  56.                 
  57. NOTES
  58.                 I wrote this program to test the MMU set up I was doing
  59.                 for my Set040 program.  It would be handy for anyone 
  60.                 who is working with the MMU on a 68040 processor, or
  61.                 that would like to test the speed difference between
  62.                 ROMS and RAM.
  63.                
  64.                                  
  65. REFERENCES      
  66.                 MC68040UM/AD Motorola 32-bit Processors Manual
  67.                 Published by Motorola Literature Distribution
  68.                 P.O. Box 20912; Phoenix Arizona 85036               
  69.                 
  70.                 
  71.                 
  72.